home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tempdemo / docs / tdocs-skeldoors < prev    next >
Encoding:
Text File  |  1996-02-01  |  5.6 KB  |  139 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  __________________________________________________________________________
  14.  __________________________________________________________________________
  15.  
  16.          ___________      B B S    S O F T W A R E      ___________
  17.         /          /\_____ _______  _____________ _____/\          \
  18.        /__________/ /    //      /\/      /\     \\    \ \__________\
  19.        \ ___  ____\/    //      / /      /  \     \\    \/____  ___ /
  20.         V   \ \  /_____//______/ /______/    \_____\\_____\  / /   V
  21.         :    \ \ \  ___\\      \ \  ___ \    / ____// ____/ / /    .
  22.         .     \ \ \ \___ \ \  \ \ \ \__\ \  / /_\  / /___  / /     .
  23.                \ \ \  __\ \ \__\ \ \  ___/ / __/ \/___  / / /
  24.                 \ \ \ \____\ \  \ \ \ \   / /___\____/ / / /
  25.                  \_\/\_____\\_\/ \_\/\_\_/_____//_____/\/_/
  26.                    V       V  V    V   V V      V       V
  27.                    |       .  :    .   . |      :       .
  28.                    .          .    :     :      .       .
  29.  
  30.           /T\empest BBS v3.28 SKEL Doors Documentation (c) 1993-95
  31.  
  32.                          (Revision Date: May, 1995)
  33.  
  34.                             Author: Michael Bockert
  35.                      Documentation: Michael Bockert
  36.  
  37.  __________________________________________________________________________
  38.  __________________________________________________________________________
  39.  
  40.  __________________________________________________________________________
  41.  __________________________________________________________________________
  42.  
  43.                               C O N T E N T S
  44.  __________________________________________________________________________
  45.  
  46.  1-1  DSkel-NUAL    (New User Application Lister)
  47.  1-2  DSkel-WHOg    (Who Door, Generic)
  48.  1-3  DSkel-HWOd    (Who Door, Deluxe)
  49.  1-4  DSkel-WHOsd   (Who Door, Super Deluxe)
  50.  1-5  DSkel-XS      (User Status Door)
  51.  1-6  DSkel-FR      (Fake Reporter)
  52.  __________________________________________________________________________
  53.  __________________________________________________________________________
  54.  __________________________________________________________________________
  55.  
  56.  
  57.  1-1  DSkel-Nual = (New User Application Lister)
  58.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  59.  Example Output:
  60.  ~~~~~~~~~~~~~~
  61. [DSKEL-NUAL v_._] New User Application Lister
  62. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  63. Enter Password:
  64.  
  65. [Return = Quit] [N = List New Users]
  66. Enter Accont Number or Handle:
  67.  
  68.   #  Handle                Location             1st On  LastOn  Computer     On
  69. ===--====================--====================-======--======--===========-===
  70.  45  New User 1            Location User 1      May 31  Jun 32  Type User 1   1
  71.  46  New User 1            Location User 1      May 31  Jun 32  Type User 1   1
  72.  47  New User 1            Location User 1      May 31  Jun 32  Type User 1   1
  73.  48  New User 1            Location User 1      May 31  Jun 32  Type User 1   1
  74.  49  New User 1            Location User 1      May 31  Jun 32  Type User 1   1
  75.  50  New User 1            Location User 1      May 31  Jun 32  Type User 1   1
  76.  51  New User 1            Location User 1      May 31  Jun 32  Type User 1   1
  77.  52  New User 1            Location User 1      May 31  Jun 32  Type User 1   1
  78.  53  New User 1            Location User 1      May 31  Jun 32  Type User 1   1
  79.  
  80.        [Return = Continue List]
  81. Enter Account Number or Handle:
  82.  
  83.  78  New User 1            Location User 1      May 31  Jun 32  Type User 1   1
  84.  89  New User 1            Location User 1      May 31  Jun 32  Type User 1   1
  85. 143  New User 2            Location User 2      Jun 22  Jul 23  Type User 2   2
  86. ===--====================--====================-======--======--===========-===
  87.      Total Users [ 143 ]   New Users [ 12 ]
  88.  
  89. [Return = Quit] [N = List New Users]
  90. Enter Accont Number or Handle:
  91.  
  92.  - Lets a Sysop or Co-Sysop enter in the name of a new user and it will show
  93.    that new user's application.
  94.  - Also a new feature was added to view the new users that are on the bbs, so
  95.    you dont have to go to the account editor to find them.
  96.  - If the sysop uses the High Commands Password then it will be used for this
  97.    util too, so the co-sysop will have to know the password as well. If the
  98.    password is not used by the sysop then my util wont even ask for a password!
  99.  - Also for security I have it keep track of every entry entered by a user and
  100.    it is recorded in the sysop activity log for the node the user is on.
  101.  - Enter Account Number or Handle to see their application.
  102.  
  103.  
  104.  - Just hit return to quit the door once in it.
  105.  - 'N' or 'n' To view list of new users on bbs.
  106.    (Shows User Slow Number, Handle, Location, & Computer Type)
  107.  - Remember it is a DOOR! not a util.. so you must also edit your Doors.opt
  108.    file, which is also in the OPTIONAL Dir. You must add this door just like
  109.    you would any other door.. but make sure only sysops, or whoever you want
  110.    to use it, has access.
  111.  
  112.  LEGEND OF EXAMPLE ABOVE:
  113.  
  114.         # = Users Number
  115.    Handle = Users Handle
  116.  Location = Users Location
  117.    1st On = First call made by user
  118.    LastOn = Last call made by user
  119.  Computer = Computer Type of user
  120.        On = How many times user as called
  121.  
  122.  
  123.  
  124.  __________________________________________________________________________
  125.  __________________________________________________________________________
  126.  __________________________________________________________________________
  127.  
  128.  
  129.  1-2
  130.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  131.  Example Output:
  132.  ~~~~~~~~~~~~~~
  133.  
  134.  
  135.  
  136.  __________________________________________________________________________
  137.  __________________________________________________________________________
  138.  __________________________________________________________________________
  139.